func crypto/internal/fips140/aes/gcm.gcmCounterCryptGeneric
5 uses
crypto/internal/fips140/aes/gcm (current package)
gcm_generic.go#L17: gcmCounterCryptGeneric(&g.cipher, tagMask[:], tagMask[:], &counter)
gcm_generic.go#L19: gcmCounterCryptGeneric(&g.cipher, out, plaintext, &counter)
gcm_generic.go#L30: gcmCounterCryptGeneric(&g.cipher, tagMask[:], tagMask[:], &counter)
gcm_generic.go#L41: gcmCounterCryptGeneric(&g.cipher, out, ciphertext, &counter)
gcm_generic.go#L69: func gcmCounterCryptGeneric(b *aes.Block, out, src []byte, counter *[gcmBlockSize]byte) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |